﻿2026-06-23T09:36:43.3544813Z ##[group]Run actions/checkout@v5
2026-06-23T09:36:43.3545553Z with:
2026-06-23T09:36:43.3545901Z   fetch-depth: 0
2026-06-23T09:36:43.3546311Z   repository: SaberMage/spt-core
2026-06-23T09:36:43.3549806Z   token: ***
2026-06-23T09:36:43.3550157Z   ssh-strict: true
2026-06-23T09:36:43.3550515Z   ssh-user: git
2026-06-23T09:36:43.3550877Z   persist-credentials: true
2026-06-23T09:36:43.3551272Z   clean: true
2026-06-23T09:36:43.3551630Z   sparse-checkout-cone-mode: true
2026-06-23T09:36:43.3552050Z   fetch-tags: false
2026-06-23T09:36:43.3552410Z   show-progress: true
2026-06-23T09:36:43.3552762Z   lfs: false
2026-06-23T09:36:43.3553096Z   submodules: false
2026-06-23T09:36:43.3553457Z   set-safe-directory: true
2026-06-23T09:36:43.3554054Z ##[endgroup]
2026-06-23T09:36:43.4400814Z Syncing repository: SaberMage/spt-core
2026-06-23T09:36:43.4402334Z ##[group]Getting Git version info
2026-06-23T09:36:43.4403000Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-23T09:36:43.4403948Z [command]/usr/bin/git version
2026-06-23T09:36:43.4404344Z git version 2.43.0
2026-06-23T09:36:43.4410702Z ##[endgroup]
2026-06-23T09:36:43.4421968Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/7d88ad61-90ea-497f-9a00-5cce2b4f389e' before making global git config changes
2026-06-23T09:36:43.4423108Z Adding repository directory to the temporary git global config as a safe directory
2026-06-23T09:36:43.4425173Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-23T09:36:43.4459793Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-23T09:36:43.4478452Z https://github.com/SaberMage/spt-core
2026-06-23T09:36:43.4488258Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-23T09:36:43.4491010Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-23T09:36:43.4520844Z refs/heads/main
2026-06-23T09:36:43.4527098Z [command]/usr/bin/git checkout --detach
2026-06-23T09:36:43.4677425Z HEAD is now at 5eea750e2 Merge pull request #32 from SaberMage/docs/v0140-coverage
2026-06-23T09:36:43.4715703Z [command]/usr/bin/git branch --delete --force main
2026-06-23T09:36:43.4751336Z Deleted branch main (was 5eea750e2).
2026-06-23T09:36:43.4912444Z ##[endgroup]
2026-06-23T09:36:43.4914833Z [command]/usr/bin/git submodule status
2026-06-23T09:36:43.5104964Z ##[group]Cleaning the repository
2026-06-23T09:36:43.5108010Z [command]/usr/bin/git clean -ffdx
2026-06-23T09:36:45.1511713Z Removing target/
2026-06-23T09:36:45.1521334Z [command]/usr/bin/git reset --hard HEAD
2026-06-23T09:36:45.1577203Z HEAD is now at 5eea750e2 Merge pull request #32 from SaberMage/docs/v0140-coverage
2026-06-23T09:36:45.1582950Z ##[endgroup]
2026-06-23T09:36:45.1585324Z ##[group]Disabling automatic garbage collection
2026-06-23T09:36:45.1589313Z [command]/usr/bin/git config --local gc.auto 0
2026-06-23T09:36:45.1615161Z ##[endgroup]
2026-06-23T09:36:45.1615675Z ##[group]Setting up auth
2026-06-23T09:36:45.1620469Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-23T09:36:45.1646500Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-23T09:36:45.1841468Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-23T09:36:45.1870276Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-23T09:36:45.2061136Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-23T09:36:45.2087926Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-23T09:36:45.2279164Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-23T09:36:45.2310243Z ##[endgroup]
2026-06-23T09:36:45.2310735Z ##[group]Fetching the repository
2026-06-23T09:36:45.2316427Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-06-23T09:36:46.0636966Z From https://github.com/SaberMage/spt-core
2026-06-23T09:36:46.0637728Z    5eea750e2..6ba875eb1  main       -> origin/main
2026-06-23T09:36:46.0675392Z [command]/usr/bin/git branch --list --remote origin/main
2026-06-23T09:36:46.0705495Z   origin/main
2026-06-23T09:36:46.0712150Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-06-23T09:36:46.0729736Z 6ba875eb189bff289f336735cbf8138996cf6d7f
2026-06-23T09:36:46.0733223Z ##[endgroup]
2026-06-23T09:36:46.0733728Z ##[group]Determining the checkout info
2026-06-23T09:36:46.0734339Z ##[endgroup]
2026-06-23T09:36:46.0737194Z [command]/usr/bin/git sparse-checkout disable
2026-06-23T09:36:46.0776177Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-23T09:36:46.0799565Z ##[group]Checking out the ref
2026-06-23T09:36:46.0802273Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-23T09:36:46.0888862Z Previous HEAD position was 5eea750e2 Merge pull request #32 from SaberMage/docs/v0140-coverage
2026-06-23T09:36:46.0895353Z Switched to a new branch 'main'
2026-06-23T09:36:46.0895879Z branch 'main' set up to track 'origin/main'.
2026-06-23T09:36:46.0904231Z ##[endgroup]
2026-06-23T09:36:46.0947861Z [command]/usr/bin/git log -1 --format=%H
2026-06-23T09:36:46.0975101Z 6ba875eb189bff289f336735cbf8138996cf6d7f
